//==============================================================================
// Skeletal Mage_anim.txt
//==============================================================================


                           ____________________________________
                          |                                    |
                          |      CREATED by WOLLIEWOLTAZ       |
                          |____________________________________|
//==============================================================================
//==============================================================================
//==============================================================================
//Particle Attachments:
//==============================================================================
//==============================================================================
define BirthSFX1
{
   set hotspot
   {
      version
      {
         Visualparticle Xul BirthSFX
      }
   }
}
//==============================================================================
define BirthSFX2
{
   set hotspot
   {
      version
      {
         Visualparticle Xul SmokeBirth SFX
      }
   }
}
//==============================================================================
define Glow
{
   set hotspot
   {
      version
      {
         Visualparticle Xul AttackSFX
      }
   }
}
//==============================================================================
define DeathGlow
{
   set hotspot
   {
      version
      {
         Visualparticle SkeletalMage DeathGlow SFX
      }
   }
}
//==============================================================================
define DeathSmoke
{
   set hotspot
   {
      version
      {
         Visualparticle SkeletalMage DeathSmoke SFX
      }
   }
}
//==============================================================================
//==============================================================================
//VisualGranny:
//==============================================================================
//==============================================================================
anim Birth
{
   SetSelector
   {
      set hotspot
      {
         version
         {
   	      		Visualgranny SkeletalMage1_spawn
			Connect ATTACHPOINT BirthSFX1 hotspot
			Connect ATTACHPOINT BirthSFX2 hotspot
			Connect frontabdomen Glow hotspot
			tag SpecificSoundSet 0.01 false SkeletalMageCreation checkVisible
	 }
      }
   }
}
//==============================================================================
anim Idle
{
   SetSelector
   {
      set hotspot
      {
         version
         {
   	      		Visualgranny SkeletalMage_idle
			Connect frontabdomen Glow hotspot
	 }
      }
   }
}
//==============================================================================
anim RangedAttack
{
   SetSelector
   {
      set hotspot
      {
         version
         {
				VisualGranny SkeletalMage_rangedAttack
				Connect frontabdomen Glow hotspot
//-- auto generated by the bang animation tool
//-- do not hand edit these values
               tag Attack 0.05 true   
               tag SpecificSoundSet 0.01 false SkeletalMageAttackSFX checkVisible
//-- end auto generated section
		
         }
      }
   }
}
//==============================================================================
anim Death
{
   SetSelector
   {
      set hotspot
      {
         version
         {
   	      		Visualgranny SkeletalMage_death
			Connect ATTACHPOINT DeathGlow hotspot
			Connect ATTACHPOINT DeathSmoke hotspot
			tag SpecificSoundSet 0.01 false SkeletalMageDeathSFX checkVisible
	 }
      }
   }
}